Feature: Change blog design

Scenarios

Chart

Status

Progress

1

Passed

100.0 %

Failed

0.0 %
Total duration:
0m 18.923s

Scenario: As a user I can create new navigation options

Given I navigate to page "http://localhost:2372/ghost/#/signin" 0m 3.943s
When I enter "marisela.delvalle93@gmail.com" into input field having className "email" 0m 2.250s
And I enter "12345678" into input field having className "password" 0m 2.105s
And I click on element having className "login" 0m 2.058s
And I click on element that links to "#/settings/design/" 0m 2.140s
And I enter "New navigation" into input field having classNames "gh-blognav-container" "gh-blognav-item" "gh-blognav-label" "gh-input" 0m 2.157s
And I enter "newUrl" into input field having classNames "gh-blognav-container" "gh-blognav-item" "gh-blognav-url" "gh-input" 0m 2.118s
And I click on element having classNames "gh-canvas-header" "gh-btn-blue" 0m 2.140s
Then I should see text "Saved" 0m 0.012s

Screenshots

Given I navigate to page "http://localhost:2372/ghost/#/signin"
When I enter "marisela.delvalle93@gmail.com" into input field having className "email"
And I enter "12345678" into input field having className "password"
And I click on element having className "login"
And I click on element that links to "#/settings/design/"
And I enter "New navigation" into input field having classNames "gh-blognav-container" "gh-blognav-item" "gh-blognav-label" "gh-input"
And I enter "newUrl" into input field having classNames "gh-blognav-container" "gh-blognav-item" "gh-blognav-url" "gh-input"
And I click on element having classNames "gh-canvas-header" "gh-btn-blue"
Then I should see text "Saved"